@charset "UTF-8";
/* apps_7_run coach half marathon 界面样式 */
body{
	margin:0;
	padding:0;
}

img {
	border-width:0px 0px 0px 0px;
}

#header_bg{
	height:121px;
	background-image:url(../images/Home/nav_bg.png);
	text-align:center;
}

#header{
	width:1000px;
	height:121px;
	margin:0 auto;
	background-image:url(../images/Home/nav_bg.png);
}

#logo{
	float:left;
	margin-top:25px;
}

#navigation{
	float:right;
}

#header ul{
	list-style-type:none;
	margin-top:55px;
}

#header li{
	display:inline;
}

#home a{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/home.png);
	margin:0 5px;
}

#home a:hover{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/hover_home.png);
	margin:0 5px;
}

#apps a{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/select_apps.png);
	margin:0 5px;
}

#faq a{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/faq.png);
	margin:0 5px;
}

#faq a:hover{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/hover_faq.png);
	margin:0 5px;
}

#contact a{
	float:left;
	width:140px;
	height:35px;
	background-image:url(../images/Home/contact.png);
	margin:0 5px;
}

#contact a:hover{
	float:left;
	width:140px;
	height:35px;
	background-image:url(../images/Home/hover_contact.png);
	margin:0 5px;
}

#content_bg{
	height:4180px;
	background-image:url(../images/Run%20Coach%20Half%20Marathon/halfmarathon_bg.png);
}

#content{
	width:1000px;
	background-image:url(../images/Run%20Coach%20Half%20Marathon/halfmarathon_bg.png);
	margin:0 auto;
}

#content_top{
	width:1000px;
	margin:0 auto;
	padding-top:70px;
}

#appstore_half{
	position:relative;
	margin-left:71%;
	margin-top: -130px;
}

#content_detail{
	width:1000px;
	margin:0 auto;
}


#detail_one{
	margin-top:108px;
}

#one_pic{
	background-image:url(../images/Run%20Coach%20Half%20Marathon/iPhone/halfmarathon_1.png);
	background-repeat: no-repeat;
	background-position: center;
	height:606px;
	width:1000px;
	margin-top:0px;
}

#detail_two{
	margin-top:127px;
}
#two_pic{
	background-image:url(../images/Run%20Coach%20Half%20Marathon/iPhone/halfmarathon_2.png);
	background-repeat: no-repeat;
	background-position: center;
	height:601px;
	width:1000px;
	margin-top:0px;
}

#detail_three{
	margin-top:50px;
}
#three_pic{
	background-image:url(../images/Run%20Coach%20Half%20Marathon/iPhone/halfmarathon_3.png);
	background-repeat: no-repeat;
	background-position: center;
	height:586px;
	width:1000px;
	margin-top:0px;
}

#detail_four{
	margin-top:100px;	
}
#four_pic{
	background-image:url(../images/Run%20Coach%20Half%20Marathon/iPhone/halfmarathon_4.png);
	background-repeat: no-repeat;
	background-position: center;
	height:606px;
	width:1000px;
	margin-top:0px;
}

#detail_five{
	margin-top:130px;
}
#five_pic{
	background-image:
url(../images/Run%20Coach%20Half%20Marathon/iPhone/halfmarathon_5.png);
	background-repeat: no-repeat;
	background-position: center;
	height:601px;
	width:1000px;
	margin-top:0px;
}

#footer_bg{
	position:relative;
	background-image:url(../images/Home/bottom_bg.png);
}

#footer{
	background-image:url(../images/Home/bottom_bg.png);
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:40px;
	width:1280px;
	margin:0 auto;
	text-align:center;
}
